projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0b793d
)
fontbutton: Correct the css docs
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 23 Dec 2020 13:57:04 +0000
(08:57 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 23 Dec 2020 13:59:58 +0000
(08:59 -0500)
Mention the wrapper fontbutton node.
gtk/gtkfontbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfontbutton.c
b/gtk/gtkfontbutton.c
index dc842eb7377deeacd4da7fd0a68368f3c3c6fcc7..50f86feb54a1c10cfddd2d81c7f6c4c1158d6d6b 100644
(file)
--- a/
gtk/gtkfontbutton.c
+++ b/
gtk/gtkfontbutton.c
@@
-59,7
+59,14
@@
*
* # CSS nodes
*
- * GtkFontButton has a single CSS node with name fontbutton.
+ * |[<!-- language="plain" -->
+ * fontbutton
+ * ╰── button.font
+ * ╰── [content]
+ *]|
+ *
+ * GtkFontButton has a single CSS node with name fontbutton which
+ * contains a button node with the .font style class.
*/
typedef struct _GtkFontButtonClass GtkFontButtonClass;